home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / workbench werkzeuge / uhren & terminkalender / organizer / stickit2 / source / stickit2.h < prev    next >
C/C++ Source or Header  |  1996-04-07  |  2KB  |  62 lines

  1. /*********************************************/
  2. /*                                           */
  3. /*       Designer (C) Ian OConnor 1994       */
  4. /*                                           */
  5. /*      Designer Produced C header file      */
  6. /*                                           */
  7. /*********************************************/
  8.  
  9.  
  10.  
  11. #define commodMenu_project 0
  12. #define commodMenu_project_save 0
  13. #define commodMenu_project_about 1
  14. #define commodMenu_project_hide 2
  15. #define commodMenu_project_Item2 3
  16. #define commodMenu_project_quit 4
  17. #define commodMenu_notes 1
  18. #define commodMenu_notes_new 0
  19. #define commodMenu_notes_delete 1
  20. #define commodMenu_notes_Item3 2
  21. #define commodMenu_notes_redraw 3
  22. #define noteMenu_project 0
  23. #define noteMenu_project_save 0
  24. #define noteMenu_project_Item5 1
  25. #define noteMenu_project_panel 2
  26. #define noteMenu_edit 1
  27. #define noteMenu_edit_cut 0
  28. #define noteMenu_edit_copy 1
  29. #define noteMenu_edit_paste 2
  30. #define noteMenu_edit_delete 3
  31. #define commodFirstID 0
  32. #define commod_listview 0
  33. #define commod_new 1
  34. #define commod_del 2
  35. #define commod_up 3
  36. #define commod_down 4
  37. #define commod_palette 5
  38. #define commod_cyccolour 6
  39. #define commod_title 7
  40. #define commod_fontstr 8
  41. #define commod_font 9
  42. #define commod_pubscreen 10
  43.  
  44. extern struct Menu *commodMenu;
  45. extern struct Menu *noteMenu;
  46. extern struct Gadget *commodGadgets[11];
  47. extern struct Gadget *commodGList;
  48. extern struct Window *commod;
  49. extern APTR commodVisualInfo;
  50. extern ULONG commodGadgetTags[];
  51. extern UWORD commodGadgetTypes[];
  52. extern struct NewGadget commodNewGadgets[];
  53. extern UWORD commodDepth;
  54.  
  55. extern int MakeMenucommodMenu( APTR MenuVisualInfo );
  56. extern int MakeMenunoteMenu( APTR MenuVisualInfo );
  57. extern int OpenWindowcommod( struct MsgPort *mp);
  58. extern void CloseWindowcommod( void );
  59. extern void StripIntuiMessages( struct MsgPort *mp, struct Window *win);
  60. extern void CloseWindowSafely( struct Window *win);
  61.  
  62.